home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_3 / multiuser / src / library / multiuser_locale.h < prev    next >
C/C++ Source or Header  |  1994-06-29  |  2KB  |  79 lines

  1. #ifndef MULTIUSER_LOCALE_H
  2. #define MULTIUSER_LOCALE_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifdef CATCOMP_ARRAY
  18. #undef CATCOMP_NUMBERS
  19. #undef CATCOMP_STRINGS
  20. #define CATCOMP_NUMBERS
  21. #define CATCOMP_STRINGS
  22. #endif
  23.  
  24. #ifdef CATCOMP_BLOCK
  25. #undef CATCOMP_STRINGS
  26. #define CATCOMP_STRINGS
  27. #endif
  28.  
  29.  
  30. /****************************************************************************/
  31.  
  32.  
  33. #ifdef CATCOMP_NUMBERS
  34.  
  35. #define MSG_OK 0
  36. #define MSG_RESUME 1
  37. #define MSG_WARNING_GUI 2
  38. #define MSG_LOGINREQ_GUI 3
  39. #define MSG_LOGINPROMPT_GUI 4
  40. #define MSG_LOGINREQ_CON 5
  41. #define MSG_LOGINPROMPT_CON 6
  42. #define MSG_PASSWDPROMPT_GUI 7
  43. #define MSG_PASSWDPROMPT_CON 8
  44. #define MSG_LOGINFAIL_GUI 9
  45. #define MSG_LOGINFAIL_CON 10
  46. #define MSG_LASTLOGIN 11
  47. #define MSG_FIRSTLOGIN 12
  48. #define MSG_NOMUFS 100
  49. #define MSG_NOCONFIGFILE 101
  50. #define MSG_BADKEYFILE 102
  51. #define MSG_BADENTRY_PASSWD 103
  52. #define MSG_BADENTRY_GROUP 104
  53. #define MSG_BADVALUE_CONFIG 105
  54. #define MSG_BADOPTION_CONFIG 106
  55. #define MSG_TOOMANYSECGROUPS 107
  56. #define MSG_LOG_STARTUP 200
  57. #define MSG_LOG_LOGIN 201
  58. #define MSG_LOG_LOGINFAIL 202
  59. #define MSG_LOG_PASSWD 203
  60. #define MSG_LOG_PASSWDFAIL 204
  61. #define MSG_LOG_CHECKPASSWD 205
  62. #define MSG_LOG_CHECKPASSWDFAIL 206
  63.  
  64. #endif /* CATCOMP_NUMBERS */
  65.  
  66.  
  67. /****************************************************************************/
  68.  
  69.  
  70. struct LocaleInfo
  71. {
  72.     APTR li_LocaleBase;
  73.     APTR li_Catalog;
  74. };
  75.  
  76.  
  77.  
  78. #endif /* MULTIUSER_LOCALE_H */
  79.